home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Your Choice 3
/
Your Choice Software Collection 3.iso
/
cheat
/
navstrik
/
patch.bat
< prev
next >
Wrap
DOS Batch File
|
1994-02-04
|
2KB
|
33 lines
@echo off
cls
if not exist gopatch.exe goto end1
if not exist patch.rtp goto end2
if not exist hornet.exe goto end3
gopatch
goto realend
:end1
echo ╔══════════════════════════════════════════════════════════════════════════╗
echo ║ ║
echo ║ Copy GOPATCH.EXE into your \Falcon3 directory. ║
echo ║ ║
echo ╚══════════════════════════════════════════════════════════════════════════╝
goto realend
:end2
echo ╔══════════════════════════════════════════════════════════════════════════╗
echo ║ ║
echo ║ Copy PATCH.RTP into your \Falcon3 directory. ║
echo ║ ║
echo ╚══════════════════════════════════════════════════════════════════════════╝
goto realend
:end3
echo ╔══════════════════════════════════════════════════════════════════════════╗
echo ║ ║
echo ║ Copy PATCH.RTP, GOPATCH.EXE, and PATCH.BAT into your ║
echo ║ ║
echo ║ directory which contains HORNET.EXE ║
echo ║ ║
echo ║ ║
echo ╚══════════════════════════════════════════════════════════════════════════╝
:realend